home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / Programy / MozillaBackup-1.2.2-CZ.exe / {app} / Backup.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Encoding:
Text File  |  2004-02-09  |  1.7 KB  |  91 lines

  1. object Form4: TForm4
  2.   Left = 429
  3.   Top = 244
  4.   BorderStyle = bsDialog
  5.   Caption = 'Zad'#225'n'#237' hesla'
  6.   ClientHeight = 181
  7.   ClientWidth = 275
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 257
  23.     Height = 121
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 16
  27.       Top = 16
  28.       Width = 216
  29.       Height = 13
  30.       Caption = 'Zadejte heslo, kter'#253'm bude soubor podm'#237'n'#283'n.'
  31.     end
  32.     object Label2: TLabel
  33.       Left = 16
  34.       Top = 58
  35.       Width = 30
  36.       Height = 13
  37.       Caption = 'Heslo:'
  38.     end
  39.     object Label3: TLabel
  40.       Left = 16
  41.       Top = 84
  42.       Width = 62
  43.       Height = 13
  44.       Caption = 'Znovu heslo:'
  45.     end
  46.     object Bevel1: TBevel
  47.       Left = 16
  48.       Top = 40
  49.       Width = 217
  50.       Height = 2
  51.     end
  52.     object Edit1: TEdit
  53.       Left = 112
  54.       Top = 54
  55.       Width = 121
  56.       Height = 21
  57.       MaxLength = 80
  58.       PasswordChar = '*'
  59.       TabOrder = 0
  60.     end
  61.     object Edit2: TEdit
  62.       Left = 112
  63.       Top = 80
  64.       Width = 121
  65.       Height = 21
  66.       MaxLength = 80
  67.       PasswordChar = '*'
  68.       TabOrder = 1
  69.     end
  70.   end
  71.   object Button1: TButton
  72.     Left = 88
  73.     Top = 144
  74.     Width = 75
  75.     Height = 25
  76.     Caption = '&OK'
  77.     Default = True
  78.     TabOrder = 1
  79.     OnClick = Button1Click
  80.   end
  81.   object Button2: TButton
  82.     Left = 184
  83.     Top = 144
  84.     Width = 75
  85.     Height = 25
  86.     Caption = '&Zru'#353'it'
  87.     TabOrder = 2
  88.     OnClick = Button2Click
  89.   end
  90. end
  91.